GrapeCity ActiveReports for .NET 16.0J
Insert メソッド (IPagesCollection<T>)

GrapeCity.ActiveReports.Core.Document 名前空間 > IPagesCollection<T> インターフェース : Insert メソッド
The zero-based index at which value should be inserted.
The object to insert into the System.Collections.IList.
Inserts an item to the System.Collections.IList at the specified index.
シンタックス
'宣言
 
Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
void Insert( 
   int index,
   object value
)

パラメータ

index
The zero-based index at which value should be inserted.
value
The object to insert into the System.Collections.IList.
例外
例外解説
index is not a valid index in the System.Collections.IList.
The System.Collections.IList is read-only. -or- The System.Collections.IList has a fixed size.
value is null reference in the System.Collections.IList.
参照

IPagesCollection<T> インターフェース
IPagesCollection<T> メンバ